autopushed

This commit is contained in:
2023-03-26 20:30:15 +02:00
parent 63eca85a72
commit cb3ce57138
+1 -1
View File
@@ -6,4 +6,4 @@
- abra app run wiki-alpha.social.coop db /bin/bash - abra app run wiki-alpha.social.coop db /bin/bash
- mysql -p mediawiki < mysqldump - mysql -p mediawiki < mysqldump
- The password for root can be seen with `cat /run/secrets/db_root_password` - The password for root can be seen with `cat /run/secrets/db_root_password`
- abra app container ls wiki-alpha.social.coop to see where the images container is in hypha; then copy images there - `abra app container ls wiki-alpha.social.coop` to see where the images container is in hypha; then copy images there and restart the app server with `abra app restart wiki-alpha.social.coop` to make images work (for some reason this is needed)