@stevedennis The backup job in proget:25.0.3-ci.3 works as expected, thank you!
Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
P
Offline
Posts
-
RE: ProGet backup job in docker
-
RE: ProGet backup job in docker
Hi @stevedennis
here is the requested information:
Connection String: Web UI Version: 2025.2 (Build 15) Database Schema Version: 25.0.2.15 SQL Server Version: PostgreSQL 17.5 (Debian 17.5-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit db_owner: True Database Name: proget Database Collation: C (UTF8) Database Recovery Model: Default (1) Database Read Committed Snapshot: True Database Auto Update Stats: TrueConnection String Host=127.0.0.1;Port=5728;Database=proget;Username=proget;Password=********** Environment Details Web UI: 2025.2 (Build 15) DB Schema: 25.0.2.15 Database Server: PostgreSQL 17.5 (Debian 17.5-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit Database Details Name: proget Collation: C (UTF8) Backup Job: disabled [configure] -
ProGet backup job in docker
I'm running ProGet 2025.2 in docker with the integrated database and want to use the backup job scheduler. But on running the task it is canceled with the message "ERROR: Only the Embedded database may be backed-up."
This is the used docker-compose.yml:
name: proget services: proget: container_name: proget restart: unless-stopped volumes: - ./proget-packages:/var/proget/packages - ./proget-database:/var/proget/database - ./proget-backups:/var/proget/backups ports: - 8624:80 image: proget.inedo.com/productimages/inedo/proget:latest