Skip to content

Commit

Permalink
chore: refine description
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGuthrie committed Mar 28, 2024
1 parent 3fa8183 commit bb70b77
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions evaluate.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# Copyright 2024 Timescale Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -14,16 +15,14 @@

# Repository: https://github.com/timescale/migration-eval
#
# This file runs SQL queries against your database and collects necessary data to generate a
# migration evaluation report. Users planning a migration are encouraged to submit this report to
# Timescale migration team. This will allow us to recommend the most suitable migration strategy
# tailored to your specific use case.
# This file runs SQL queries against your database and collects necessary data
# to generate a migration evaluation report, which allows us to recommend the
# most suitable migration strategy for your specific use case.
#
# To run: python3 evaluate.py "<POSTGRES_URI>" > report.txt
#
# The generated report will be printed in the terminal which can be redirected to a file.


import sys
import subprocess

Expand Down

0 comments on commit bb70b77

Please sign in to comment.