You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can export the source files of the current wordpress installation inside the /srv folder (backup) with the following command:
115
115
116
116
```bash
117
-
npm run docker:src:export
117
+
npm run docker:srv:export
118
118
```
119
119
120
120
#### Import source files
121
121
122
-
You can import the source files under /srv folder inside the /var/www/html container folder(restore backup) with the following command:
122
+
You can import the source files under /srv/ folder inside the /var/www/html container folder(restore backup) with the following command:
123
123
124
124
```bash
125
-
npm run docker:src:import
125
+
npm run docker:srv:import
126
126
```
127
127
128
128
IMPORTANT: this command needs to be executed with a bash-compatible shell and it will stop the php running container. After the import is done, you can start the container again.
0 commit comments