team-3/local_run/db/restore.sh

6 lines
189 B
Bash
Raw Normal View History

2025-08-02 00:45:04 +02:00
# SPDX-FileCopyrightText: 2024 NOI Techpark <digital@noi.bz.it>
#
# SPDX-License-Identifier: CC0-1.0
#/bin/bash
cat dump.sql | docker exec -i c3nav-postgres-1 su - postgres -c 'psql c3nav'