diff --git a/migration/i7.1/oracle/202002281451_IDEMPIERE-4191.sql b/migration/i7.1/oracle/202002281451_IDEMPIERE-4191.sql index eccc4ad481..acf01c0891 100644 --- a/migration/i7.1/oracle/202002281451_IDEMPIERE-4191.sql +++ b/migration/i7.1/oracle/202002281451_IDEMPIERE-4191.sql @@ -194,24 +194,17 @@ UPDATE AD_Process_Para SET Name='Delete old/existing files', Description='Delete UPDATE AD_Process_Para SET DisplayLogic='@AD_AllClients_V_ID:-1@=-1',Updated=TO_DATE('2020-02-28 17:54:24','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_Para_ID=200288 ; --- Mar 4, 2020, 4:19:26 PM CET +-- Mar 4, 2020, 5:01:54 PM CET UPDATE AD_Process SET Help='

WARNING: This process can be destructive, so please be sure that you have a backup of the database, as well as a backup of your old storage provider.

The process migrates files between storage providers.

- + -

The process provides status updates when running in foreground, however as the process can take long time, it can be executed in background.  Please note that during the migration the whole table being migrated (attachment, archive, image) is locked, so operations on these tables are not permitted.  Because of this, it is recommended to run this process in a maintenance window without users logged in the system.

+

Please note that during the migration the whole set of records in the table being migrated (attachment, archive, image) is locked, so operations on these records are not permitted.  Because of this, it is recommended to run this process in a maintenance window without users logged in the system.

-

There are intermediate commits in ',Updated=TO_DATE('2020-03-04 16:19:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=200117 +

In case of failure the attachments / archives / images that succeeded as a whole from a client are still migrated, but not partial records (which would result in data corruption if allowed).

+',Updated=TO_DATE('2020-03-04 17:01:54','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=200117 ; -- Mar 4, 2020, 4:21:15 PM CET diff --git a/migration/i7.1/postgresql/202002281451_IDEMPIERE-4191.sql b/migration/i7.1/postgresql/202002281451_IDEMPIERE-4191.sql index 4818df5d4c..ec57909276 100644 --- a/migration/i7.1/postgresql/202002281451_IDEMPIERE-4191.sql +++ b/migration/i7.1/postgresql/202002281451_IDEMPIERE-4191.sql @@ -191,24 +191,17 @@ UPDATE AD_Process_Para SET Name='Delete old/existing files', Description='Delete UPDATE AD_Process_Para SET DisplayLogic='@AD_AllClients_V_ID:-1@=-1',Updated=TO_TIMESTAMP('2020-02-28 17:54:24','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_Para_ID=200288 ; --- Mar 4, 2020, 4:19:26 PM CET +-- Mar 4, 2020, 5:01:54 PM CET UPDATE AD_Process SET Help='

WARNING: This process can be destructive, so please be sure that you have a backup of the database, as well as a backup of your old storage provider.

The process migrates files between storage providers.

- + -

The process provides status updates when running in foreground, however as the process can take long time, it can be executed in background.  Please note that during the migration the whole table being migrated (attachment, archive, image) is locked, so operations on these tables are not permitted.  Because of this, it is recommended to run this process in a maintenance window without users logged in the system.

+

Please note that during the migration the whole set of records in the table being migrated (attachment, archive, image) is locked, so operations on these records are not permitted.  Because of this, it is recommended to run this process in a maintenance window without users logged in the system.

-

There are intermediate commits in ',Updated=TO_TIMESTAMP('2020-03-04 16:19:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=200117 +

In case of failure the attachments / archives / images that succeeded as a whole from a client are still migrated, but not partial records (which would result in data corruption if allowed).

+',Updated=TO_TIMESTAMP('2020-03-04 17:01:54','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=200117 ; -- Mar 4, 2020, 4:21:15 PM CET