-
Is there a way to run an initialization script that I used to run when using postgres as a statefulset using the lifecycle policy?
```
lifecycle:
postStart:
exec:
…
-
would be nice to have a way to run custom scripts once the sql database is created, for:
- DB schema initialization
-
I think we already talked about this, but I didn't open the issue
```
(ewoks) edgar1993a@linada01:~/work/pyFAI$ pyFAI-diffmap --config /data/scisoft/edgar/pilx/config_ocl_v3.json -t 6 -r 6 /data/s…
-
Convert all sql operations to sqlalchemy. Especially the creation/initialization of the databse, should use a sqlalchemy `MetaData` object to handle it.
-
Firstly, this tool looks great.
I want to use uftrace to trace MySQL. As I only care about how a specific SQL is executed in MySQL, I want to start tracing only after initialization of MySQL, and f…
-
## Issue description
Module initialization fails and node doesn't start when a sql repository password is not used during installation.
## Expected behavior
Node starts after installation complet…
-
### Description
At the moment we support intialization tasks for the following services:
- Flyway
- Liquibase
- Liquibase Mongo
It makes sense to expand coverage to other extension too. For e…
-
Hi,
I need to add a new database provider for oracle databases but it seems that the store initialization is hardcoded. I can add a new provider but it will result in a store initialization error.
…
-
```
14:42:50.782 [http-nio-8080-exec-9] ERROR gitbucket.core.plugin.PluginRegistry - Error during plugin initialization: gitbucket-ci-plugin-gitbucket_4.31.2-1.8.1.jar
java.sql.SQLSyntaxErrorExcepti…
-
https://stackoverflow.com/questions/5225700/can-i-have-h2-autocreate-a-schema-in-an-in-memory-database
H2 데이터베이스를 메모리상에서 쓰지 않고, 파일로 쓸 경우 스프링이 스키마를 생성하거나 데이터를 입력해주지 않는다.
다음 설정을 사용한다.
```
sp…