hummingbird-me / kitsu-tools

:hammer: The tools we use to build Kitsu, the coolest platform for anime and manga
https://kitsu.io
Apache License 2.0
2.09k stars 265 forks source link

Replace gzip to cat since download file is already normal file #816

Open coolgw opened 11 months ago

coolgw commented 11 months ago

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