
Product
Introducing Reports: An Extensible Reporting Framework for Socket Data
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.
Files in the specified directory are run in sequential order. Each filename has to start with a number and end with .sql. You can use any number of leading zeroes.
001-initial.sql
002-something else.sql
003.sql
004.sql
The script will write a file migrations.json in the directory to keep track of
which migration scripts have already been run:
{
"localhost/pgm": {
"current": 3
}
}
The [host and pathname] portions of the database url are used to identify each database.
npm install -g pg-migrate
Run PostgreSQL migration scripts.
Usage: pg-migrate -u postgres://postgres@localhost/mydb
Options:
-u, --url database url [required]
-f, --from from index [default: 0]
-t, --to to index [default: 1000]
-d, --input directory [default: cwd]
When -f is omitted, it will default to the current number from the migrations.json file.
If there is no state stored for the server, -f will default to 0.
Each migration script is run in a separate transaction. If a migration fails, the migration scripts that were run before are not aborted.
The specified directory is not traversed recursively. A recursive option would make this script more useful for a project with hundreds migrations, where it's impractical to store them all in one directory.
npm test
MIT
FAQs
pg-migrate ===
We found that pg-migrate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.