# Two computers issue

**URL:** https://zola.discourse.group/t/two-computers-issue/2189
**Category:** Support
**Created:** [July 4, 2024, 6:40am UTC](https://zola.discourse.group/t/two-computers-issue/2189 "2024-07-04T06:40:12Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![JeffPorter](https://yyz2.discourse-cdn.com/free1/user_avatar/zola.discourse.group/jeffporter/32/1250_2.png) [@JeffPorter](https://zola.discourse.group/u/JeffPorter)
#### Post date: [July 4, 2024, 6:40am UTC](https://zola.discourse.group/t/two-computers-issue/2189/1 "2024-07-04T06:40:12Z")

</div>

I have an office computer and a remote laptop. How do I make Zola work on the same project. I set it up on my laptop and then cloned the Github repo on my office computer, but it keeps throwing errors to do with config.toml every time I try to serve the site.

---

<div class="post-metadata">

### Author: ![keats](https://avatars.discourse-cdn.com/v4/letter/k/34f0e0/32.png) [@keats](https://zola.discourse.group/u/keats)
#### Post date: [July 4, 2024, 9:19am UTC](https://zola.discourse.group/t/two-computers-issue/2189/2 "2024-07-04T09:19:07Z")

</div>

Are you using the same version of Zola on both?

---

<div class="post-metadata">

### Author: ![JeffPorter](https://yyz2.discourse-cdn.com/free1/user_avatar/zola.discourse.group/jeffporter/32/1250_2.png) [@JeffPorter](https://zola.discourse.group/u/JeffPorter)
#### Post date: [July 4, 2024, 2:47pm UTC](https://zola.discourse.group/t/two-computers-issue/2189/4 "2024-07-04T14:47:58Z")

</div>

@keats No, I haven’t checked. But if think I’m running 0.18.0 on my MacBook and the latest update – 0.19.0 – on my office computer. I’ll look at this tomorrow morning and see if I can get it to work.

---

<div class="post-metadata">

### Author: ![JeffPorter](https://yyz2.discourse-cdn.com/free1/user_avatar/zola.discourse.group/jeffporter/32/1250_2.png) [@JeffPorter](https://zola.discourse.group/u/JeffPorter)
#### Post date: [July 5, 2024, 7:10am UTC](https://zola.discourse.group/t/two-computers-issue/2189/5 "2024-07-05T07:10:05Z")

</div>

@keats The question is, though, do I perform a `brew upgrade` or a `brew update` to replace 0.18.0 with the latest version of Zola?

I guess there’s more to the update than this, but it kept bombing out on generate\_feed being generate\_feeds and feed\_filename being feed\_filenames.

---

<div class="post-metadata">

### Author: ![spence](https://yyz2.discourse-cdn.com/free1/user_avatar/zola.discourse.group/spence/32/1022_2.png) [@spence](https://zola.discourse.group/u/spence)
#### Post date: [July 8, 2024, 5:40pm UTC](https://zola.discourse.group/t/two-computers-issue/2189/6 "2024-07-08T17:40:09Z")

</div>

Hi @JeffPorter , use `brew upgrade zola` to upgrade your zola version (`brew update` is something different). Then change the name of `generate_feed` to `generate_feeds` and `feed_filename` to `feed_filenames` in your `config.toml` file.

If you encounter any issues after that feel free to come back to this thread. Hope that helps!

---

<div class="post-metadata">

### Author: ![JeffPorter](https://yyz2.discourse-cdn.com/free1/user_avatar/zola.discourse.group/jeffporter/32/1250_2.png) [@JeffPorter](https://zola.discourse.group/u/JeffPorter)
#### Post date: [July 9, 2024, 1:57am UTC](https://zola.discourse.group/t/two-computers-issue/2189/7 "2024-07-09T01:57:36Z")

</div>

Thanks, @spence.

If I then update the four sections (will slim them down at some point) of my blog with `generate_feeds`. Will that solve all the issues I have? Just wondering whether there is anything else I should look out for.

---

<div class="post-metadata">

### Author: ![spence](https://yyz2.discourse-cdn.com/free1/user_avatar/zola.discourse.group/spence/32/1022_2.png) [@spence](https://zola.discourse.group/u/spence)
#### Post date: [July 9, 2024, 8:55am UTC](https://zola.discourse.group/t/two-computers-issue/2189/8 "2024-07-09T08:55:41Z")

</div>

There could be other things that come up but it’s better to wait and see. In any case none of it is too complicated, so feel free to ask again in this thread.

---

<div class="post-metadata">

### Author: ![JeffPorter](https://yyz2.discourse-cdn.com/free1/user_avatar/zola.discourse.group/jeffporter/32/1250_2.png) [@JeffPorter](https://zola.discourse.group/u/JeffPorter)
#### Post date: [July 9, 2024, 10:33am UTC](https://zola.discourse.group/t/two-computers-issue/2189/9 "2024-07-09T10:33:30Z")

</div>

Okay, I’ll give it a try on my office machine and see how I get on. Thanks, @spence.

---

<div class="post-metadata">

### Author: ![JeffPorter](https://yyz2.discourse-cdn.com/free1/user_avatar/zola.discourse.group/jeffporter/32/1250_2.png) [@JeffPorter](https://zola.discourse.group/u/JeffPorter)
#### Post date: [July 11, 2024, 4:47am UTC](https://zola.discourse.group/t/two-computers-issue/2189/10 "2024-07-11T04:47:29Z")

</div>

Thanks, @spence.

I’ve upgraded, and it works. The feeds were the only things I could find that gave off an error.
