# Dgraph v1.0.x: Mutations are not committed

**URL:** https://discuss.dgraph.io/t/dgraph-v1-0-x-mutations-are-not-committed/8051
**Category:** Ratel
**Tags:** ratel, status:accepted, kind:bug
**Created:** [April 30, 2020, 5:04pm UTC](https://discuss.dgraph.io/t/dgraph-v1-0-x-mutations-are-not-committed/8051 "2020-04-30T17:04:43Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![diggy](https://yyz1.discourse-cdn.com/flex007/user_avatar/discuss.dgraph.io/diggy/32/3666_2.png) [@diggy](https://discuss.dgraph.io/u/diggy)
#### Post date: [April 30, 2020, 5:04pm UTC](https://discuss.dgraph.io/t/dgraph-v1-0-x-mutations-are-not-committed/8051/1 "2020-04-30T17:04:43Z")

</div>

**Moved from GitHub [ratel/201](https://github.com/dgraph-io/ratel/issues/201)**

_Posted by_ [danielmai](https://github.com/danielmai):

Mutations sent when connecting to a Dgraph v1.0.x cluster are not committed.

Steps to reproduce:

1. Run a Dgraph cluster running v1.0.x.
2. Run a mutation in the Mutate tab. There’s no “commit” message in the mutation response.

---

<div class="post-metadata">

### Author: ![diggy](https://yyz1.discourse-cdn.com/flex007/user_avatar/discuss.dgraph.io/diggy/32/3666_2.png) [@diggy](https://discuss.dgraph.io/u/diggy)
#### Post date: [April 30, 2020, 5:05pm UTC](https://discuss.dgraph.io/t/dgraph-v1-0-x-mutations-are-not-committed/8051/2 "2020-04-30T17:05:34Z")

</div>

[danielmai](https://github.com/danielmai) _commented_ :

The network request for the mutation ran `/mutate?commitNow=true`. In Dgraph v1.0.x, CommitNow should be set with the header `X-Dgraph-CommitNow: true`.

---

<div class="post-metadata">

### Author: ![diggy](https://yyz1.discourse-cdn.com/flex007/user_avatar/discuss.dgraph.io/diggy/32/3666_2.png) [@diggy](https://discuss.dgraph.io/u/diggy)
#### Post date: [May 5, 2020, 4:00pm UTC](https://discuss.dgraph.io/t/dgraph-v1-0-x-mutations-are-not-committed/8051/3 "2020-05-05T16:00:16Z")

</div>

[paulftw](https://github.com/paulftw) _commented_ :

Fixed in 30412faf2ca8

---

<div class="post-metadata">

### Author: ![diggy](https://yyz1.discourse-cdn.com/flex007/user_avatar/discuss.dgraph.io/diggy/32/3666_2.png) [@diggy](https://discuss.dgraph.io/u/diggy)
#### Post date: [July 11, 2020, 3:23am UTC](https://discuss.dgraph.io/t/dgraph-v1-0-x-mutations-are-not-committed/8051/4 "2020-07-11T03:23:24Z")

</div>


