Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ Mount before WP install: /wordpress ->
The database location depends on what you mount:

- **Auto-mounting wp-content or full WordPress**:
- Database: `<your-local-project>/wp-content/database/.ht.sqlite.php`
- Database: `<your-local-project>/wp-content/database/.ht.sqlite`
- ✅ **Persisted locally** in your project folder

- **Auto-mounting plugin/theme only**:
- Database: `<OS-TEMP-DIR>/playground-<id>/wordpress/wp-content/database/.ht.sqlite.php`
- Database: `<OS-TEMP-DIR>/playground-<id>/wordpress/wp-content/database/.ht.sqlite`
- ⚠️ **Lost when server stops** (temp directories are cleaned up)

- **Custom mounts**: Database location follows your mount configuration
Expand Down Expand Up @@ -211,7 +211,7 @@ The `<path-hash>` is derived from your project directory path. This ensures isol
The database location depends on your configuration:

- **Default (automatic persistence)**:
- Database: `~/.wordpress-playground/sites/<path-hash>/wordpress/wp-content/database/.ht.sqlite.php`
- Database: `~/.wordpress-playground/sites/<path-hash>/wordpress/wp-content/database/.ht.sqlite`
- **Persisted automatically** between sessions

#### Resetting a persisted site
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/site/docs/main/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ To keep your WordPress Playground site for longer than a single browser session,

The exported file contains the complete site you've built. You could host it on any server that supports PHP and SQLite. All WordPress core files, plugins, themes, and everything else you've added to your site are in there.

The SQLite database file is also included in the export, you'll find it `wp-content/database/.ht.sqlite.php`. Keep in mind that files starting with a dot are hidden by default on most operating systems so you might need to enable the "Show hidden files" option in your file manager.
The SQLite database file is also included in the export, you'll find it `wp-content/database/.ht.sqlite`. Keep in mind that files starting with a dot are hidden by default on most operating systems so you might need to enable the "Show hidden files" option in your file manager.

## Restore a saved site

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ The exported file contains the complete site you've built. You could host it on
এক্সপোর্ট করা ফাইলে আপনার তৈরি করা সম্পূর্ণ সাইটটি থাকে। আপনি এটিকে PHP এবং SQLite সাপোর্ট করে এমন যেকোনো সার্ভারে হোস্ট করতে পারেন। ওয়ার্ডপ্রেসের সমস্ত কোর ফাইল, প্লাগইন, থিম এবং আপনি আপনার সাইটে যা যা যোগ করেছেন তার সবকিছুই সেখানে থাকে।

<!--
The SQLite database file is also included in the export, you'll find it `wp-content/database/.ht.sqlite.php`. Keep in mind that files starting with a dot are hidden by default on most operating systems so you might need to enable the "Show hidden files" option in your file manager.
The SQLite database file is also included in the export, you'll find it `wp-content/database/.ht.sqlite`. Keep in mind that files starting with a dot are hidden by default on most operating systems so you might need to enable the "Show hidden files" option in your file manager.
-->

এক্সপোর্টের সাথে SQLite ডাটাবেস ফাইলটিও অন্তর্ভুক্ত থাকে, যা আপনি `wp-content/database/.ht.sqlite.php` ঠিকানায় পাবেন। মনে রাখবেন যে, ডট (.) দিয়ে শুরু হওয়া ফাইলগুলো সাধারণত অধিকাংশ অপারেটিং সিস্টেমে ডিফল্টভাবে লুকানো থাকে, তাই আপনার ফাইল ম্যানেজারে "Show hidden files" অপশনটি চালু করার প্রয়োজন হতে পারে।
এক্সপোর্টের সাথে SQLite ডাটাবেস ফাইলটিও অন্তর্ভুক্ত থাকে, যা আপনি `wp-content/database/.ht.sqlite` ঠিকানায় পাবেন। মনে রাখবেন যে, ডট (.) দিয়ে শুরু হওয়া ফাইলগুলো সাধারণত অধিকাংশ অপারেটিং সিস্টেমে ডিফল্টভাবে লুকানো থাকে, তাই আপনার ফাইল ম্যানেজারে "Show hidden files" অপশনটি চালু করার প্রয়োজন হতে পারে।

<!--
## Restore a saved site
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,11 @@ Mount before WP install: /wordpress ->
The database location depends on what you mount:

- **Auto-mounting wp-content or full WordPress**:
- Database: `<your-local-project>/wp-content/database/.ht.sqlite.php`
- Database: `<your-local-project>/wp-content/database/.ht.sqlite`
- ✅ **Persisted locally** in your project folder

- **Auto-mounting plugin/theme only**:
- Database: `<OS-TEMP-DIR>/playground-<id>/wordpress/wp-content/database/.ht.sqlite.php`
- Database: `<OS-TEMP-DIR>/playground-<id>/wordpress/wp-content/database/.ht.sqlite`
- ⚠️ **Lost when server stops** (temp directories are cleaned up)

- **Custom mounts**: Database location follows your mount configuration
Expand All @@ -346,11 +346,11 @@ Playground CLI automatically removes temp directories that are:
La ubicación de la base de datos depende de lo que montes:

- **Montaje automático de wp-content o WordPress completo**:
- Base de datos: `<tu-proyecto-local>/wp-content/database/.ht.sqlite.php`
- Base de datos: `<tu-proyecto-local>/wp-content/database/.ht.sqlite`
- ✅ **Persistida localmente** en la carpeta de tu proyecto

- **Solo montaje automático de plugin/tema**:
- Base de datos: `<OS-TEMP-DIR>/playground-<id>/wordpress/wp-content/database/.ht.sqlite.php`
- Base de datos: `<OS-TEMP-DIR>/playground-<id>/wordpress/wp-content/database/.ht.sqlite`
- ⚠️ **Se pierde al detener el servidor** (los directorios temporales se eliminan)

- **Montajes personalizados**: La ubicación de la base de datos sigue tu configuración de montaje
Expand Down Expand Up @@ -409,7 +409,7 @@ El `<path-hash>` se deriva de la ruta del directorio de tu proyecto. Así se aí
The database location depends on your configuration:

- **Default (automatic persistence)**:
- Database: `~/.wordpress-playground/sites/<path-hash>/wordpress/wp-content/database/.ht.sqlite.php`
- Database: `~/.wordpress-playground/sites/<path-hash>/wordpress/wp-content/database/.ht.sqlite`
- **Persisted automatically** between sessions
-->

Expand All @@ -421,7 +421,7 @@ The database location depends on your configuration:
La ubicación de la base de datos depende de tu configuración:

- **Por defecto (persistencia automática)**:
- Base de datos: `~/.wordpress-playground/sites/<path-hash>/wordpress/wp-content/database/.ht.sqlite.php`
- Base de datos: `~/.wordpress-playground/sites/<path-hash>/wordpress/wp-content/database/.ht.sqlite`
- **Persistida automáticamente** entre sesiones

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ The exported file contains the complete site you've built. You could host it on
El archivo exportado contiene el sitio completo que has construido. Podrías alojarlo en cualquier servidor que admita PHP y SQLite. Todos los archivos principales de WordPress, plugins, temas y todo lo demás que hayas agregado a tu sitio están allí.

<!--
The SQLite database file is also included in the export, you'll find it `wp-content/database/.ht.sqlite.php`. Keep in mind that files starting with a dot are hidden by default on most operating systems so you might need to enable the "Show hidden files" option in your file manager.
The SQLite database file is also included in the export, you'll find it `wp-content/database/.ht.sqlite`. Keep in mind that files starting with a dot are hidden by default on most operating systems so you might need to enable the "Show hidden files" option in your file manager.
-->

El archivo de base de datos SQLite también está incluido en la exportación, lo encontrarás en `wp-content/database/.ht.sqlite.php`. Ten en cuenta que los archivos que comienzan con un punto están ocultos por defecto en la mayoría de los sistemas operativos, por lo que es posible que necesites habilitar la opción "Mostrar archivos ocultos" en tu administrador de archivos.
El archivo de base de datos SQLite también está incluido en la exportación, lo encontrarás en `wp-content/database/.ht.sqlite`. Ten en cuenta que los archivos que comienzan con un punto están ocultos por defecto en la mayoría de los sistemas operativos, por lo que es posible que necesites habilitar la opción "Mostrar archivos ocultos" en tu administrador de archivos.

<!--
## Restore a saved site
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ Pour conserver votre site WordPress Playground au delà d’une seule session de

Le fichier exporté contient la totalité du site que vous avez créé. Vous pouvez l’héberger sur n’importe quel serveur prenant en charge PHP et SQLite. Tous les fichiers de base WordPress, les extensions, les thèmes et tout ce que vous avez ajouté d’autre à votre site s’y trouvent.

<!-- The SQLite database file is also included in the export, you'll find it `wp-content/database/.ht.sqlite.php`. Keep in mind that files starting with a dot are hidden by default on most operating systems so you might need to enable the "Show hidden files" option in your file manager. -->
<!-- The SQLite database file is also included in the export, you'll find it `wp-content/database/.ht.sqlite`. Keep in mind that files starting with a dot are hidden by default on most operating systems so you might need to enable the "Show hidden files" option in your file manager. -->

Le fichier de base de données SQLite est également inclus dans l’export, vous le trouverez `wp-content/database/.ht.sqlite.php`. Gardez à l’esprit que les fichiers commençant par un point sont masqués par défaut sur la plupart des systèmes d’exploitation, vous devrez donc peut-être activer l’option « Afficher les fichiers masqués » dans votre gestionnaire de fichiers.
Le fichier de base de données SQLite est également inclus dans l’export, vous le trouverez `wp-content/database/.ht.sqlite`. Gardez à l’esprit que les fichiers commençant par un point sont masqués par défaut sur la plupart des systèmes d’exploitation, vous devrez donc peut-être activer l’option « Afficher les fichiers masqués » dans votre gestionnaire de fichiers.

<!-- ## Restore a saved site -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ https://playground.wordpress.net/?plugin=coblocks&plugin=friends&theme=pendant

એક્સપોર્ટ કરેલી ફાઇલમાં તમે બનાવેલી સંપૂર્ણ સાઇટ સામેલ છે. તમે તેને કોઈપણ સર્વર પર હોસ્ટ કરી શકો છો જે PHP અને SQLite ને સપોર્ટ કરે છે. તમામ વર્ડપ્રેસ કોર ફાઇલો, પ્લગિન્સ, થીમ્સ અને તમે તમારી સાઇટમાં ઉમેરેલી બધી અન્ય વસ્તુઓ તેમાં સામેલ છે.

<!-- The SQLite database file is also included in the export, you'll find it `wp-content/database/.ht.sqlite.php`. Keep in mind that files starting with a dot are hidden by default on most operating systems so you might need to enable the "Show hidden files" option in your file manager. -->
<!-- The SQLite database file is also included in the export, you'll find it `wp-content/database/.ht.sqlite`. Keep in mind that files starting with a dot are hidden by default on most operating systems so you might need to enable the "Show hidden files" option in your file manager. -->

SQLite ડેટાબેસ ફાઇલ પણ એક્સપોર્ટમાં સામેલ છે, તમે તેને `wp-content/database/.ht.sqlite.php` માં શોધી શકો છો. ધ્યાનમાં રાખો કે ડોટ (.) થી શરૂ થતી ફાઇલો મોટાભાગની ઓપરેટિંગ સિસ્ટમમાં ડિફૉલ્ટ મુજબ છુપાયેલી હોય છે, તેથી તમને તમારા ફાઇલ મેનેજરમાં "Show hidden files" વિકલ્પ સક્રિય કરવાની જરૂર પડી શકે છે.
SQLite ડેટાબેસ ફાઇલ પણ એક્સપોર્ટમાં સામેલ છે, તમે તેને `wp-content/database/.ht.sqlite` માં શોધી શકો છો. ધ્યાનમાં રાખો કે ડોટ (.) થી શરૂ થતી ફાઇલો મોટાભાગની ઓપરેટિંગ સિસ્ટમમાં ડિફૉલ્ટ મુજબ છુપાયેલી હોય છે, તેથી તમને તમારા ફાઇલ મેનેજરમાં "Show hidden files" વિકલ્પ સક્રિય કરવાની જરૂર પડી શકે છે.

<!-- ## Restore a saved site -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,11 @@ Mount before WP install: /wordpress ->
The database location depends on what you mount:

- **Auto-mounting wp-content or full WordPress**:
- Database: `<your-local-project>/wp-content/database/.ht.sqlite.php`
- Database: `<your-local-project>/wp-content/database/.ht.sqlite`
- ✅ **Persisted locally** in your project folder

- **Auto-mounting plugin/theme only**:
- Database: `<OS-TEMP-DIR>/playground-<id>/wordpress/wp-content/database/.ht.sqlite.php`
- Database: `<OS-TEMP-DIR>/playground-<id>/wordpress/wp-content/database/.ht.sqlite`
- ⚠️ **Lost when server stops** (temp directories are cleaned up)

- **Custom mounts**: Database location follows your mount configuration
Expand All @@ -345,11 +345,11 @@ Playground CLI automatically removes temp directories that are:
マウント内容によってデータベースの場所が変わります:

- **wp-content または WordPress 全体の自動マウント**:
- データベース: `<プロジェクト>/wp-content/database/.ht.sqlite.php`
- データベース: `<プロジェクト>/wp-content/database/.ht.sqlite`
- ✅ プロジェクトフォルダに **ローカル永続化**

- **プラグイン/テーマのみ自動マウント**:
- データベース: `<OS-TEMP-DIR>/playground-<id>/wordpress/wp-content/database/.ht.sqlite.php`
- データベース: `<OS-TEMP-DIR>/playground-<id>/wordpress/wp-content/database/.ht.sqlite`
- ⚠️ サーバー停止時に **削除**(一時ディレクトリはクリーンアップされる)

- **カスタムマウント**: マウント設定に従う
Expand Down Expand Up @@ -407,7 +407,7 @@ The `<path-hash>` is derived from your project directory path. This ensures isol
The database location depends on your configuration:

- **Default (automatic persistence)**:
- Database: `~/.wordpress-playground/sites/<path-hash>/wordpress/wp-content/database/.ht.sqlite.php`
- Database: `~/.wordpress-playground/sites/<path-hash>/wordpress/wp-content/database/.ht.sqlite`
- **Persisted automatically** between sessions
-->

Expand All @@ -419,7 +419,7 @@ The database location depends on your configuration:
データベースの場所は設定により異なります:

- **デフォルト(自動永続化)**:
- データベース: `~/.wordpress-playground/sites/<path-hash>/wordpress/wp-content/database/.ht.sqlite.php`
- データベース: `~/.wordpress-playground/sites/<path-hash>/wordpress/wp-content/database/.ht.sqlite`
- セッション間で **自動永続化**

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ To keep your WordPress Playground site for longer than a single browser session,
The exported file contains the complete site you've built. You could host it on any server that supports PHP and SQLite. All WordPress core files, plugins, themes, and everything else you've added to your site are in there.
-->

SQLite データベースファイルもエクスポートに含まれており、`wp-content/database/.ht.sqlite.php`にあります。ドットで始まるファイルは、ほとんどのオペレーティングシステムでデフォルトで非表示になっているため、ファイルマネージャーで「隠しファイルを表示する」オプションを有効にする必要がある場合があります。
SQLite データベースファイルもエクスポートに含まれており、`wp-content/database/.ht.sqlite`にあります。ドットで始まるファイルは、ほとんどのオペレーティングシステムでデフォルトで非表示になっているため、ファイルマネージャーで「隠しファイルを表示する」オプションを有効にする必要がある場合があります。

<!--
The SQLite database file is also included in the export, you'll find it `wp-content/database/.ht.sqlite.php`. Keep in mind that files starting with a dot are hidden by default on most operating systems so you might need to enable the "Show hidden files" option in your file manager.
The SQLite database file is also included in the export, you'll find it `wp-content/database/.ht.sqlite`. Keep in mind that files starting with a dot are hidden by default on most operating systems so you might need to enable the "Show hidden files" option in your file manager.
-->

## 保存したサイトを復元する
Expand Down
Loading
Loading