CI: Migration SQLite to PostgreSQL (#719)

* migrate all extensions
* errors if migration is missing
This commit is contained in:
calle 2022-07-17 13:11:13 +02:00 committed by GitHub
parent f4e7d62ca3
commit ad2aad05e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 167 additions and 31 deletions

View file

@ -142,8 +142,8 @@ LNBITS_DATABASE_URL="postgres://postgres:postgres@localhost/lnbits"
# START LNbits
# STOP LNbits
# on the LNBits folder, locate and edit 'conv.py' with the relevant credentials
python3 conv.py
# on the LNBits folder, locate and edit 'tools/conv.py' with the relevant credentials
python3 tools/conv.py
```
Hopefully, everything works and get migrated... Launch LNbits again and check if everything is working properly.