CI: Migration SQLite to PostgreSQL (#719)
* migrate all extensions * errors if migration is missing
This commit is contained in:
parent
f4e7d62ca3
commit
ad2aad05e0
6 changed files with 167 additions and 31 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue