Comments
Sort by recent activity
FYI, we solved the issue by uninstalling 7.3.6 and installing 7.2.0. Now we can open existing projects and new projects without java errors. Interestingly, if I run the command console and type "flyway info" I just get: Flyway community edition 10.11.1 / comments
FYI, we solved the issue by uninstalling 7.3.6 and installing 7.2.0. Now we can open existing projects and new projects without java errors.Interestingly, if I run the command console and type "fl...
Unfortunately enterprise version is completely out of reach, but this does seem to work on free version:
do $$ BEGIN
if (select 1 from pg_catalog.pg_user p where p.usename = 'rdsadmin') then
CREATE EXTENSION IF NOT EXISTS aws_s3 WITH SCHEMA public;
end if;
end $$;
/ comments
Unfortunately enterprise version is completely out of reach, but this does seem to work on free version:
do $$ BEGIN
if (select 1 from pg_catalog.pg_user p where p.usename = 'rdsadmin') then
CREA...
I resolved the issue by uninstalling 7.3.6 and going back to 7.2.4. Now I can open existing projects and create new projects. We were lucky one developer still had a copy of the old installer. From now on we will keep a library of old versions in case we need to revert. / comments
I resolved the issue by uninstalling 7.3.6 and going back to 7.2.4. Now I can open existing projects and create new projects. We were lucky one developer still had a copy of the old installer. Fr...