Skip to content

Commit 85617d2

Browse files
authored
Update migration guide with license and copyright
Added licensing information and copyright notices.
1 parent d49728c commit 85617d2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

migration-guides/GENERIC_POSTGRESQL_MIGRATION_GUIDE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ Set these variables according to your deployment **before starting**:
4848
export NAMESPACE="your-namespace" # e.g., "production", "staging"
4949
export RELEASE_NAME="your-release" # e.g., "my-app", "backend-service"
5050
export POSTGRES_POD="${RELEASE_NAME}-postgresql-0" # StatefulSet pod name
51+
52+
## NOTICE
53+
54+
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
55+
56+
- SPDX-License-Identifier: CC-BY-4.0
57+
- SPDX-FileCopyrightText: 2026 Contributors to the Eclipse Foundation
58+
- SPDX-FileCopyrightText: 2026 Catena-X Automotive Network e.V.
59+
- SPDX-FileCopyrightText: 2026 LKS Next
5160
export PG_USER="postgres" # PostgreSQL admin user
5261
export PG_DATABASE="your-database" # Main database name
5362
export SECRET_NAME="your-postgres-secret" # Secret containing passwords

0 commit comments

Comments
 (0)