Skip to content

create or replace resources on REAPPLY, to ensure no "downtime" #25

Description

@uladkasach

otherwise the few ms between "drop" and "create" will lead to outages if used in prod

also - the fact that we can't rollback means that if there is a syntax error, we would have dropped and never reapplied (hopefully users would have tested it before, but still would be better to not even have the risk)

e.g., instead of DROP, CREATE

REPLACE CREATEw/CREATE IF NOT EXISTS``

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions