-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
atlas migrate apply --url $DATABASE_URL fails #2509
Comments
Hey, @domenkozar 👋
If the |
I'm not sure what else to provide, I'm using https://neon.tech/ for postgres store.
|
Hey! Just fyi, I found the issue for this - neondatabase/neon#3148. TL;DR, Neon does not respect the Important Update: Neon users, please use: |
@a8m I have the same problem. On a brand new database created on Supabase I am getting:
But I am running:
I am on:
and my // Define an environment named "local"
env "local" {
// Declare where the schema definition resides.
// Also supported: ["file://multi.hcl", "file://schema.hcl"].
src = "ent://pkg/schema/"
// Define the URL of the Dev Database for this environment
// See: https://atlasgo.io/concepts/dev-database
dev = "docker://postgres/15/dev"
migration {
// Define the path to the migration directory.
// See: https://entgo.io/docs/migrate/#migration-directory
dir = "file://migrations"
}
diff {
skip {
drop_func = true
drop_trigger = true
drop_schema = true
}
}
} If you need anything else, let me know, happy to provide more info. |
If the schema revisions table resides in the By default, Atlas uses the |
Using Atlas 0.18.
The text was updated successfully, but these errors were encountered: