-
-
Notifications
You must be signed in to change notification settings - Fork 27
Update email address of a profile
Florence Berbey edited this page Jan 5, 2025
·
3 revisions
# Connect
ssh compose0.exoscale.infra.camptocamp.org
source /opt/c2corg-docker/server-list.env
cd /opt/c2corg-docker/composition/production/postgresql-main/
# Check old value
docker-compose exec --user postgres postgresql psql -tA -d c2corg -P pager=off -c "SELECT email FROM users.user WHERE id=<N>"
# Update
docker-compose exec --user postgres postgresql psql -tA -d c2corg -P pager=off -c "UPDATE users.user SET email = '[email protected]' WHERE id=<N>"
⛰️ Production UI • Production API • Prod 🧗♀️
- 🏠 Home
- 📖 Changelog
- 🛠️ Dev tips
- 🍪 Production Recipes
- 🚀 Deployment
- 👨🎓 Useful informations
- ☠️ Legacy