Hi
I'm using the 3.0.17 VM and I could previously backup workspaces fine, but now I get an error and it fails to backup. Here is what happens:
bitnami@linux:/opt/bitnami/apps/processmaker/htdocs$ sudo ./processmaker workspace-backup workflow processmaker_Backup_2016-06-17.tar
[sudo] password for bitnami:
Backing up to /opt/bitnami/apps/processmaker/htdocs/shared/backups/processmaker_Backup_2016-06-17.tar
Backing up database...
Saving database bitnami_pm
LOCK TABLES [OK]
Dump of table abe_configuration 0 Bytes Saved
Dump of table abe_requests 0 Bytes Saved
Dump of table abe_responses 0 Bytes Saved
Dump of table additional_tables 832 Bytes Saved
Dump of table addons_manager 4706 Bytes Saved
Dump of table addons_store 0 Bytes Saved
Dump of table app_assign_self_service_value 0 Bytes Saved
Dump of table app_cache_view 2027846 Bytes Saved
Dump of table app_delay 2920 Bytes Saved
Dump of table app_delegation 1242331 Bytes Saved
Dump of table app_document 448932 Bytes Saved
Dump of table app_event 0 Bytes Saved
Dump of table app_folder 47948 Bytes Saved
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 123360188 bytes) in /opt/bitnami/apps/processmaker/htdocs/gulliver/system/class.dbMaintenance.php on line 472
When I look at line 472:
$data .= ($row->$field_name === null) ? 'NULL' : "'" . mysql_real_escape_string( $row->$field_name ) . "'";
its not directly a memory setting but there are multiple memory limits in that file.
Hope someone can help!
Thanks
Andrew