Skip to content

issues Search Results · repo:jackc/tern language:Go

Filter by

71 results
 (50 ms)

71 results

injackc/tern (press backspace or delete to remove)

Given: 1. The migration contains many SQL statements 2. It is configured NOT to be transactional It seems that a few statements will apply, but the others could fail? I made this conclusion, because ...
  • servletcloud
  • 1
  • Opened 
    on Jan 28
  • #120

Basically, suppose I have a database schema and I migrate it 100 times, the first migration being the initial schema. After six months I know that any time I spin up a new version of the schema I want ...
  • nchelluri
  • 3
  • Opened 
    on Jan 10
  • #118

Hi @jackc, the commit Release v2.3.0 did not make it to the releases page. Would you be so kind ...
  • smainz
  • 6
  • Opened 
    on Dec 9, 2024
  • #114

Hi, Can someone please add an example how to use Migrator with pgxpool to the migrate library Thanks
  • mispp
  • 1
  • Opened 
    on Dec 7, 2024
  • #113

Parsing of the migrations in ./sample fails on Windows. This is from current master branch: PS C:\Users\user\Projects\tern .\tern gengen --migrations sample Error loading migrations: template: 005_create_v1.sql ...
  • smainz
  • Opened 
    on Nov 10, 2024
  • #111

Hi Hope all is well! I m running the following command: tern migrate --conn-string ${CONN_STR} --password ${PASSWORD} --migrations ./db/migrations --ssh-host ${BASTION_PUBLIC_IP} --ssh-user ec2-user ...
  • jackHedaya
  • 4
  • Opened 
    on Sep 29, 2024
  • #108

go install github.com/jackc/tern/v2@latest github.com/jackc/tern/v2@v2.2.1: verifying module: checksum mismatch downloaded: h1:92gwlWtAcS/xwgtvnGPgBbfsTrgkHKMLi1MwAY/SIxs= sum.golang.org: h1:kricKrvA6FNzBHHaQu15hmJDnpHvZA2DoJa97lJLt10= ...
  • coquer
  • 1
  • Opened 
    on Sep 16, 2024
  • #106

Hi, I have three migrations: a pg dump in it s entirety and two subsequent, smaller changes. In the pg dump I had an ownership change and that didn t work. The migration failed. I fixed that, but since ...
  • ChristianSch
  • 5
  • Opened 
    on Jun 12, 2024
  • #100

I have studied issues as far as I could, but I haven t found an answer to my question, sorry in advance if I was inattentive. How can I implement the following task: I have with make file run_command ...
  • johndiego
  • 4
  • Opened 
    on Jun 6, 2024
  • #99

Right now, Data available to use in migrations is only picked up from the migration s files path (when executing the template). The Data field in the Migrator struct is initialized empty (https://github.com/jackc/tern/blob/master/migrate/migrate.go#L102). ...
  • kamikazechaser
  • 2
  • Opened 
    on Jun 6, 2024
  • #98
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub