-
-
Notifications
You must be signed in to change notification settings - Fork 26
Production databases
Charles de Beauchesne edited this page Sep 18, 2019
·
1 revision
- Basic understanding of Docker
- Good overview of c2c_org database schema
- and good knowledge of SQL
ssh compose0.exoscale.infra.camptocamp.org
source /opt/c2corg-docker/server-list.env
Each database is inside a docker container. You'll find two container :
- Main database:
/opt/c2corg-docker/composition/production/postgresql-main/
- Backup database:
/opt/c2corg-docker/composition/production/postgresql-backup/
If you need to update data in production, use the main database. Otherwise, for any read-only request, use the backup. Simply do cd <database_container_path>
⛰️ Production UI • Production API • Prod 🧗♀️
- 🏠 Home
- 📖 Changelog
- 🛠️ Dev tips
- 🍪 Production Recipes
- 🚀 Deployment
- 👨🎓 Useful informations
- ☠️ Legacy