You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At backup Remove the line at backup time with something like mariadb-dump|tail +2.
On Import Remove the line at import time with something like tail +2|mariadb.
For both, check for the word 'Sandbox' in the first line.
The text was updated successfully, but these errors were encountered:
Issue: Import of backup fails due to MAriaDB version incompatibility emoncms#80
Description: Some users were not able to restore their own data after system migration.
Solution: added 4 lines of code to remove sanbox mode command from emoncms.sql, if this command was found in the dump file.
Advantage: full import compatibility with older MariaDB versions will be maintained.
Disadvantage: MariaDB security feature "sandbox mode" will be disabled.
Background - https://community.openenergymonitor.org/t/import-from-archive-fails/27147
Reasons - https://community.openenergymonitor.org/t/import-from-archive-fails/27147/13?u=borpin
Solution;
At backup
Remove the line at backup time with something like mariadb-dump|tail +2.
On Import
Remove the line at import time with something like tail +2|mariadb.
For both, check for the word 'Sandbox' in the first line.
The text was updated successfully, but these errors were encountered: