<p></p>
<p dir="auto">Your update command isn't going to work because the legacy pgsql output doesn't store its command line parameters in the properties table. You need to repeat them for the update run:</p>
<pre class="notranslate"><code class="notranslate">osm2pgsql-replication update -P 5435 -d gis --schema carto -- --cache 6144 --output pgsql --multi-geometry --merc --hstore --expire-tiles=10-19 --expire-output=/datengrab/osm/data/dirty_tiles --style carto.style --tag-transform-script carto.lua
</code></pre>
<p dir="auto">We should be forwarding <code class="notranslate">--schema</code> though as <code class="notranslate">--schema</code>, it seems to end up as <code class="notranslate">--middle-schema</code> in the osm2pgsql command line.</p>
<p dir="auto">Quick workaround for now: add <code class="notranslate">--schema carto</code> to the extra arguments, i.e. like this:</p>
<pre class="notranslate"><code class="notranslate">osm2pgsql-replication update -P 5435 -d gis --middle-schema carto -- --cache 6144 --output pgsql --multi-geometry --merc --hstore --expire-tiles=10-19 --expire-output=/datengrab/osm/data/dirty_tiles --style carto.style --tag-transform-script carto.lua --schema carto
</code></pre>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/osm2pgsql-dev/osm2pgsql/issues/2259#issuecomment-2383468517">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AA6353RXARALLW3HZNPKQKDZZFSC5AVCNFSM6AAAAABPDEQYAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBTGQ3DQNJRG4">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AA6353VO4CYNAAAJUYPTWQTZZFSC5A5CNFSM6AAAAABPDEQYAOWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUOCDL6K.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><osm2pgsql-dev/osm2pgsql/issues/2259/2383468517</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/osm2pgsql-dev/osm2pgsql/issues/2259#issuecomment-2383468517",
"url": "https://github.com/osm2pgsql-dev/osm2pgsql/issues/2259#issuecomment-2383468517",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>