mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
More rebranding changes (#159)
* Replace Maybe for Sure in select code areas * Make sure passwords are consistent * Remove (admin|member) from demo data first name * Database and schema names finally to `sure` * Fix broken test * Another (benchmarking) database name to `sure_*` * More rebranding to Sure * Missed this Maybe mention in the same page * Random nitpicks and more Maybes * Demo data accounts and more Maybes * Test data account updates * Impersonation test accounts * Consistency with `compose.example.yml`
This commit is contained in:
@@ -170,7 +170,7 @@ After doing this, make sure and restart the app:
|
||||
```bash
|
||||
docker compose pull # This pulls the "latest" published image from GHCR
|
||||
docker compose build # This rebuilds the app with updates
|
||||
docker compose up --no-deps -d app # This restarts the app using the newest version
|
||||
docker compose up --no-deps -d web worker # This restarts the app using the newest version
|
||||
```
|
||||
|
||||
## Troubleshooting
|
||||
@@ -189,5 +189,5 @@ By running the commands below, you will delete your existing Sure database and "
|
||||
docker compose down
|
||||
docker volume rm sure_postgres-data # this is the name of the volume the DB is mounted to
|
||||
docker compose up
|
||||
docker exec -it sure-postgres-1 psql -U maybe -d maybe_production -c "SELECT 1;" # This will verify that the issue is fixed
|
||||
docker exec -it sure-db-1 psql -U sure_user -d sure_production -c "SELECT 1;" # This will verify that the issue is fixed
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user