kitsu-tools icon indicating copy to clipboard operation
kitsu-tools copied to clipboard

Replace gzip to cat since download file is already normal file

Open coolgw opened this issue 1 year ago • 0 comments

Replace gzip to cat since download file is already normal file

Test Result:

download file url link in bin/seed: root# wget https://f002.backblazeb2.com/file/kitsu-dumps/latest.sql.gz root# file latest.sql.gz latest.sql.gz: ASCII text #can start import data base use following command root# cat latest.sql.gz ./bin/psql

cc @hummingbird-me/owners

coolgw avatar Aug 10 '23 14:08 coolgw