revert: quote percent as mentioned in bench help

This commit is contained in:
Revant Nandgaonkar
2024-12-10 15:48:00 +05:30
parent 1505d125f1
commit 85e164f34c
7 changed files with 18 additions and 20 deletions

View File

@@ -9,7 +9,7 @@ Note:
- Wait for the `db` service to start and `configurator` to exit before trying to create a new site. Usually this takes up to 10 seconds.
```sh
docker-compose exec backend bench new-site --mariadb-user-host-login-scope='%' --db-root-password <db-password> --admin-password <admin-password> <site-name>
docker-compose exec backend bench new-site --mariadb-user-host-login-scope=% --db-root-password <db-password> --admin-password <admin-password> <site-name>
```
If you need to install some app, specify `--install-app`. To see all options, just run `bench new-site --help`.
@@ -24,7 +24,7 @@ docker-compose exec backend bench set-config -g root_password <root-password>
Also command is slightly different:
```sh
docker-compose exec backend bench new-site --mariadb-user-host-login-scope='%' --db-type postgres --admin-password <admin-password> <site-name>
docker-compose exec backend bench new-site --mariadb-user-host-login-scope=% --db-type postgres --admin-password <admin-password> <site-name>
```
## Push backup to S3 storage