mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-30 12:32:38 +02:00
18 lines
No EOL
655 B
Markdown
18 lines
No EOL
655 B
Markdown
---
|
|
title: Chariotte
|
|
save_as: chariotte/index.html
|
|
template: worklog
|
|
---
|
|
|
|
## 27 Novembre 2023 (0h, 4h bénévoles, 3/5)
|
|
|
|
Chariotte.fr est maintenant hébergé par Alwaysdata !
|
|
Arthur m'a envoyé les données puis j'ai fait la commande suivante :
|
|
|
|
```bash
|
|
gpg --decrypt hb_chariotte_prod.pgdump.asc > hb_chariotte_prod.pgdump
|
|
scp hb_chariotte_prod.pgdump chariotte:..
|
|
pg_restore -C -f - hb_chariotte_prod.pgdump | sed 's/hb_chariotte_prod/chariotte_prod/g' | psql -U chariotte_prod -d chariotte_prod -h postgresql-chariotte.alwaysdata.net
|
|
```
|
|
|
|
Le soir, j'ai tenté de comprendre pourquoi les mails ne sont pas envoyés. Sans trop réussir malheureusement. |