Hi there, I’m Christopher Tyler.
I am a Mechanical Engineer specializing in process creation and automation. While I am a Mechanical Engineer, I spend a fair amount of time programming and testing among other things.
Upgrade from PostgreSQL 15 to 17 on Windows using pg_upgrade
#pg_upgrade#postgresql#windows 10#pg_dump#pg_dumpall
Overview At work I needed to upgrade from PostgreSQL from 15 to 17. The process is not that different than upgrading in Ubuntu but there were a couple of items that threw me off. Perform Backup This should be done prior to the update in case something goes wrong: CTyler@CTYLER_NB C:\Program Files\PostgreSQL\17\bin [08:22] ❯ & 'C:\Program Files\PostgreSQL\17\bin\pg_dumpall.exe' -p 5432 -U postgres -f D:\Backups\postgresql-ctyler_nb-20241107-1.out This was based on the documentation PostgreSQL: Documentation: 17: pg_dumpall.
November 10, 2024
Setup Apt-Mirror on Ubuntu
#apt-mirror#apache#ubuntu#python
Notes on how to setup apt-mirror with Ubuntu 24.04
September 13, 2024
Count Number of Lines in a Git Repository
If you were ever curious how many lines of code you have in a repo.
September 5, 2024
Get Your Work Recognized
#brag document#smart goals#career#performance review
Make sure that you document your work to get recognized at work.
August 27, 2024
Reboot using Hugo
#github#hugo#hextra theme#pelican
Migrating away from Pelican to Hugo.
August 24, 2024