Use just command
This commit is contained in:
parent
5e7ab98e02
commit
0c5d9b0ae1
1 changed files with 2 additions and 2 deletions
|
@ -65,14 +65,14 @@ serverA$ rsync -av -e "ssh" data/* root@serverB:/mash/gotosocial/data/
|
|||
Install (but don't start) the service and database on the server.
|
||||
|
||||
```bash
|
||||
yourPC$ ansible-playbook -i inventory/hosts setup.yml --tags=install-all
|
||||
yourPC$ just run-tags install-all
|
||||
yourPC$ just run-tags import-postgres --extra-vars=server_path_postgres_dump=/mash/gotosocial/latest.sql --extra-vars=postgres_default_import_database=mash-gotosocial
|
||||
```
|
||||
|
||||
Start the services on the new server
|
||||
|
||||
```bash
|
||||
yourPC$ ansible-playbook -i inventory/hosts setup.yml --tags=start
|
||||
yourPC$ just run-tags start
|
||||
```
|
||||
|
||||
Done 🥳
|
||||
|
|
Loading…
Reference in a new issue