Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

pagopa-archive/interop-be-probing-eservice-operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

Replaced by new implementation


PDND Interoperabilità: interop-be-probing-eservice-operations microservice

Installation steps:

1. At the first release on a new environment, it is necessary to run the following script for the creation of the role flyway_user required for database creation and successive migrations:

CREATE ROLE flyway_user WITH 
  NOSUPERUSER
  CREATEDB
  CREATEROLE
  NOINHERIT
  LOGIN
  NOREPLICATION
  NOBYPASSRLS
  CONNECTION LIMIT -1
  PASSWORD '{PASSWORD}';

GRANT rds_superuser TO flyway_user;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published