dalibo/sqlserver2pgsql

Read-only file system at ./sqlserver2pgsql.pl line 2560

Closed this issue · 1 comments

sqlserver2pgsql
Cannot open /tmp/workspace/before.sql, Read-only file system at ./sqlserver2pgsql.pl line 2560

When trying to use efs drive on the container, the script is throwing the error

sqlserver2pgsql
Warning: There is a computed column: public.GeneratedColumns.Sum1
sqlserver2pgsql
PostgreSQL 12 supports this via GENERATED ALWAYS AS (...)
sqlserver2pgsql
For now it has been declared as a varchar and the calculation formula has been commented.
sqlserver2pgsql
The formula will likely need to be manually fixed to properly refer to other columns.
sqlserver2pgsql
Warning: There is a computed column: public.GeneratedColumns.Sum2
sqlserver2pgsql
PostgreSQL 12 supports this via GENERATED ALWAYS AS (...)
sqlserver2pgsql
For now it has been declared as a varchar and the calculation formula has been commented.
sqlserver2pgsql
The formula will likely need to be manually fixed to properly refer to other columns.
sqlserver2pgsql
Warning: There is a computed column: public.GeneratedColumns.Sum3
sqlserver2pgsql
PostgreSQL 12 supports this via GENERATED ALWAYS AS (...)
sqlserver2pgsql
For now it has been declared as a varchar and the calculation formula has been commented.
sqlserver2pgsql
The formula will likely need to be manually fixed to properly refer to other columns.
sqlserver2pgsql
Warning: There is a computed column: public.GeneratedColumns.Sum4
sqlserver2pgsql
PostgreSQL 12 supports this via GENERATED ALWAYS AS (...)
sqlserver2pgsql
For now it has been declared as a varchar and the calculation formula has been commented.
sqlserver2pgsql
The formula will likely need to be manually fixed to properly refer to other columns.
sqlserver2pgsql
Cannot open /tmp/workspace/before.sql, Read-only file system at ./sqlserver2pgsql.pl line 2560

args: [ '-f', './regression/reg_tests.sql', '-b', '/tmp/workspace/before.sql' , '-a', '/tmp/workspace/after.sql' , '-u', '/tmp/workspace/unsure.sql']

    volumeMounts:
    - name: sql-storage
      mountPath: /tmp/workspace
      readOnly: true
  volumes:
  - name: sql-storage
    persistentVolumeClaim:
        claimName: XXXXXX

found the issue on deployment file.