I have made a .sh script for the automatic backup of my database and it was perfectly coming.but the issue started when i have change my method to run the server, as in past it was run by the whole path first i.e ./openerp-server --addons=addons,/home/test/Desktop/LIVE-SERVER/aalmir_git_new --db-filter='test' --xmlrpc-port=8069 but when i started the same by configuration file and run the server by this python openerp-server -c odoo.conf -d test and included workers and else setting in conf, then the backup was coming in just a 30 or 40kb and is not proper as the database is 11 GB.Please help me in this.
To pytanie dostało ostrzeżenie
1
Odpowiedz
4942
Widoki
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|
|
2
maj 26
|
746 | ||
|
|
0
kwi 26
|
33 | ||
|
|
3
wrz 25
|
4151 | ||
|
|
1
maj 22
|
6208 | ||
|
|
1
kwi 22
|
8969 |
Perhaps you could use backup modues such as https://apps.odoo.com/apps/modules/13.0/auto_backup/ ?