|
@@ -0,0 +1,33 @@
|
|
|
+---
|
|
|
+title: Migrate Zeke
|
|
|
+slug: migrate-zeke
|
|
|
+description: Today I learned that custom ubuntu packages are not supported after EOL.
|
|
|
+<!--- authors:
|
|
|
+ - name: David Windham
|
|
|
+ title: Something Else
|
|
|
+ url: https://davidawindham.com
|
|
|
+ image_url: https://davidawindham.com/wp-content/themes/daw/img/opengraph_image.jpg -->
|
|
|
+tags: [server,os,tech]
|
|
|
+image: https://davidawindham.com/wp-content/themes/daw/img/opengraph_image.jpg
|
|
|
+hide_table_of_contents: true
|
|
|
+---
|
|
|
+
|
|
|
+Today I learned that custom Ubuntu packages are not supported after EOL ( End of Life )
|
|
|
+
|
|
|
+<!-- truncate -->
|
|
|
+
|
|
|
+Sometimes the dominoes just start falling as is especially the case with technology. I'm on a project now for a client that I've had longer than ten years. Because of that, I placed my new working directory on a subdomain I had originally setup to demo the project some ten years ago. The server it's on ( Zeke[^1] ) is still on Ubuntu 18.04 ( Bionic Beaver ) which ended standard support in April 2023[^2].
|
|
|
+
|
|
|
+It started with a simple need to have an upload feature in my working directory to avoid emailing around files for the project. Instead of my trusty old version, I went looking for a newfangled version on a whim hoping for some additional functionality. I found it, but I also needed the most recent release of the language to run it. No problem, I'll just add that language upgrade... ๐
|
|
|
+
|
|
|
+For now, I'll just migrate the directory to another one of my servers.[^3] I keep three or four servers running and I've kinda worked out a ten year cycle for each that kinda matches the lifespan for LTS ( Long Term Support ) releases. Folks tend to think that it's all planned obsolescence with technology, but it's pretty amazing that I've kept that same server running since 2016 without a clean migration. I'll wait until I've got some downtime later on to run it, but I'll still be naming it after our old dog[^4].
|
|
|
+
|
|
|
+
|
|
|
+<div><br/><br/></div>
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+[^1]: Zeke ๐ฆฎ [/docs/computers/zeke](/docs/computers/zeke)
|
|
|
+[^2]: Ubuntu Release Cycle - https://ubuntu.com/about/release-cycle
|
|
|
+[^3]: Woozie ๐โ๐ฆบ [/docs/computers/woozie](docs/computers/woozie)
|
|
|
+[^4]: Zeke - https://davidawindham.com/zeke/
|