This commit is contained in:
2022-12-07 02:30:19 +00:00
parent 7f09d7481f
commit 02ed8f54d7

View File

@@ -123,6 +123,14 @@ Open sql console as postgres admin user:
sudo -u postgres psql sudo -u postgres psql
``` ```
Connect to the AyaNova db and run a command:
```sql
\\c AyaNova
update alicense set licenseagree=false;
select * from alicense;
```
#### Restore AyaNova from backup #### Restore AyaNova from backup
- Ensure have the db-xxxxxx.backup database backup and the at-xxxxx.zip attachments file - Ensure have the db-xxxxxx.backup database backup and the at-xxxxx.zip attachments file