PostgreSQL migration: schema fixes, docs, and tooling
- Assign all tables to correct PostgreSQL schemas in EF Core migrations - Fix identifier quoting: replace SQL Server brackets with PostgreSQL double quotes - Use InsertData for placeholder BaseItems row (no raw SQL) - Remove obsolete/Windows publish profiles; set Linux as default - Add detailed migration success and verification reports (Markdown) - Add idempotent, production-ready SQL migration scripts - Add PowerShell script for automated migration verification - Ensures robust, production-ready PostgreSQL migration and documentation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<NameOfLastUsedPublishProfile>E:\Projects\pgsql-jellyfin\Jellyfin.Server\Properties\PublishProfiles\Windows Deployment %28Bridge%29.pubxml</NameOfLastUsedPublishProfile>
|
||||
<NameOfLastUsedPublishProfile>E:\Projects\pgsql-jellyfin\Jellyfin.Server\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user