-
**Baikal version**: 0.latest
**Expected behaviour**:
Log in and do things? First time trying to log in.
**Current behaviour**:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146…
-
Getting this error when trying to apply the Helm chart (using default config values) on a GKE cluster:
```
27 Jul 2024 10:06:29:849 +0000 | ERROR | pid: 1e9271b7-c717-48a2-8bb1-54ec2e498ca8 | [mai…
-
Hi there 👋
First, I want to say thank you for these nice hands-on in combination with Spring.
I tried the tutorial by myself in combination with maven and figured out, that there was a deprecatio…
-
-
When you issue make, it generates following extension initialization scripts
```
pg_cron--1.0--1.1.sql
pg_cron--1.1--1.2.sql
pg_cron--1.0.sql
```
afterwards when you want to to do `create ext…
-
### Is your feature request related to a problem?
In a dockerized environment I'd like to be able to script an initialization of a quest database with a predefined table and preferred column data typ…
-
If we create a Dockerfile
```dockerfile
FROM postgres:12.4-alpine
ADD /SQL/*.sql /docker-entrypoint-initdb.d/
```
and then use it in `docker-compose-postgres-pgadmin4.yml`:
```yml
version: …
-
```
File "python3.11/site-packages/mysql/connector/connection_cext.py", line 713, in cmd_query
raise get_mysql_exception(
sqlalchemy.exc.DatabaseError: (mysql.connector.errors.DatabaseError) …
-
**[Release Notes](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.5-Release-Notes#separate-credentials)**
The new script-based SQL database initialization does not support using sep…
-
Database connectivity is missing initialization scripts as a developer pulling this projects needs to create schema and tables appropriate to the systems ERD. an automated SQL script would be Helpful.