wrangler d1 list do you see production as the version?running_in_region field right between the size and read query count... strange that you don't see it Smart Placement is currently ignored when making RPC calls. If Smart Placement is enabled for Worker A, and Worker B declares a Service Binding to it, when Worker B calls Worker A via RPC, Worker A will run locally, on the same machine.
preview db, but the command is failing with Exit Code 1 without any error message. Any idea what am I doing wrong or what could be the error cause here?preview_database_id. Note that doing this will change the id of your local database too if any.wrangler.toml db config:npm script:"db:migrate:core:preview": "wrangler d1 migrations apply phoenix-core-prod --remote --preview"
--local), and I've already created the phoenix-core-prod remote db:
preview_database_id. Can anyone confirm?previewExit Code 1"db:migrate:core:preview": "wrangler d1 migrations apply phoenix-core-prod --remote --preview"[[d1_databases]]
binding = "CORE_DB"
database_name = "phoenix-core-prod"
database_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
migrations_dir="database/migrations/core"
preview_database_id = "CORE_DB"let db = c.env.DB_DEV;
if (c.env.??? === "staging") {
db = c.env.DB_STAGING;
}
if (c.env.??? === "production") {
db = c.env.DB_PRODUCTION;
}