This is an automated email from the ASF dual-hosted git repository.
skrawcz pushed a change to branch stefan/update-package-names
in repository https://gitbox.apache.org/repos/asf/hamilton.git
from bbe5fa93 Fix ESLint config to use .mjs extension
add d940464f Add PostgreSQL 12→16 migration scripts for Hamilton UI
add 8ef1cc68 Use uv run python for consistent environment in UI scripts
add f9d3cead Upgrade from PostgreSQL 16 to PostgreSQL 18
add b7044136 Update start_mini_mode.sh to use uv and PostgreSQL 18
add 28c8dcfd Fix PostgreSQL 18 Docker volume mount point
add dcad1379 Fix database credentials in migration scripts
No new revisions were added by this update.
Summary of changes:
ui/UPGRADE.md | 296 ++++++++++++++++++++++++++++++++++++++++++
ui/admin.py | 6 +-
ui/backup_hamilton_data.sh | 125 ++++++++++++++++++
ui/docker-compose-prod.yml | 4 +-
ui/docker-compose.yml | 4 +-
ui/migrate_postgres.sh | 145 +++++++++++++++++++++
ui/migrate_postgres_simple.sh | 250 +++++++++++++++++++++++++++++++++++
ui/restore_hamilton_data.sh | 195 ++++++++++++++++++++++++++++
ui/start_mini_mode.sh | 6 +-
9 files changed, 1022 insertions(+), 9 deletions(-)
create mode 100644 ui/UPGRADE.md
create mode 100755 ui/backup_hamilton_data.sh
create mode 100755 ui/migrate_postgres.sh
create mode 100755 ui/migrate_postgres_simple.sh
create mode 100755 ui/restore_hamilton_data.sh