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!
Upgrading from Free to Enterprise ProGet
-
We are currently evaluating ProGet using the integrated SQL Express database. I wanted to find out how I can connect to that database and also what the upgrade steps would be if we wanted to switch from using the integrated express database to using a normal SQL Server database?
Product: ProGet
Version: 3.4.7
-
The installed express database by default is at
localhost\PROGET
(i.e.machine_name\instance_name
).To switch, simply backup and restore the database into the new instance, and update the connection string in
web_appSettings.config
under the web installation path, andProGet.Service.exe.config
under the service install path.